Skip to content

Commit 2df8b6e

Browse files
committed
updated: start script
1 parent 76d12b0 commit 2df8b6e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed
Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
var framework = require('total.js');
22
var http = require('http');
33

4-
var debug = true;
4+
framework.run(http, true, parseInt(process.argv[2]));
55

6-
framework.run(http, debug);
7-
8-
// Documentation: http://docs.totaljs.com/Framework/#framework.test
96
framework.test(true, function() {
107
console.log('');
118
console.log('====================================================');

0 commit comments

Comments
 (0)