Use strict

This commit is contained in:
Daniel García Aubert
2018-10-24 18:52:57 +02:00
parent d7e5c1383f
commit 8b355b6e72
6 changed files with 19 additions and 9 deletions
+3 -1
View File
@@ -1,3 +1,5 @@
'use strict';
var assert = require('assert')
var gonna = require('gonna')
@@ -68,6 +70,6 @@ var testSingleEnd = function() {
if (count == 1) fromClient.end();
})
stream.end(Buffer('1\n'))
}
testSingleEnd()