[update] Debug toggle

This commit is contained in:
Bruno SIMON
2016-09-16 19:28:34 +02:00
parent 42dff9255b
commit b1a01d34ec
4 changed files with 127 additions and 41 deletions
+3 -3
View File
@@ -19,7 +19,7 @@ class App
constructor( _options )
{
this.set_options( _options )
this.set_args()
this.set_arguments()
this.set_watcher()
this.set_socket()
}
@@ -45,10 +45,10 @@ class App
}
/**
* Set args
* Set arguments
* Test missing arg
*/
set_args()
set_arguments()
{
// Set up
this.arguments = process.argv.slice( 2 )