This commit is contained in:
Alexander T
2019-06-14 12:18:27 +03:00
parent 713d6ec155
commit 627211b06b
9 changed files with 55 additions and 56 deletions

View File

@@ -95,7 +95,7 @@ function importDefinitelyTypedTest(tscPath: string, rwcTestPath: string, testCas
//console.log("\r\n");
})
.on('error', (error: any) => {
.on("error", (error: any) => {
console.log("==> error " + JSON.stringify(error));
console.log("\r\n");
});