1
0
Преглед на файлове

cli: Important detail for -d to work re-added.

It must have been lost during some files moves etc.
Herbert Vojčík преди 11 години
родител
ревизия
621119ce03
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      external/amber-cli/cli/support/amberc-cli.js

+ 2 - 2
external/amber-cli/cli/support/amberc-cli.js

@@ -18,10 +18,10 @@ if (1 > parameters.length) {
 // we can find the st and js directories etc.
 var amber_dir = path.normalize(path.join(__dirname, '..', '..', 'node_modules', 'amber'));
 
-var compiler = new amberc.Compiler(amber_dir);
-
 var configuration = handle_options(parameters);
 
+var compiler = new amberc.Compiler(amber_dir);
+
 compiler.main(configuration);