Skip to content
Snippets Groups Projects
Commit d7237acc authored by Armand Bahi's avatar Armand Bahi
Browse files

bug syntaxe impressions

parent d2df37f8
Branches
No related tags found
No related merge requests found
......@@ -40,6 +40,7 @@ if (system.args.length < 1) {
var sOrientation = system.args[8];
var sIncludes = system.args[9];
var sScope = system.args[10];
var sQuality = system.args[11];
// Si sIncludes est un fichier
if (fs.exists(sIncludes)) {
......@@ -60,7 +61,6 @@ if (system.args.length < 1) {
} catch (e) {
var oScope = {};
}
var sQuality = system.args[10];
// Orientation
if (sOrientation === 'paysage') {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment