mirror of
https://github.com/typeorm/typeorm.git
synced 2025-12-08 21:26:23 +00:00
tests(sqljs): removed explicit error message
This commit is contained in:
parent
7639623d44
commit
79213872e2
13
gulpfile.ts
13
gulpfile.ts
@ -340,14 +340,11 @@ export class Gulpfile {
|
||||
timeout: 15000
|
||||
}))
|
||||
//.pipe(istanbul.writeReports())
|
||||
.on("error", () => {
|
||||
console.error("An error occured while running mocha");
|
||||
error = true;
|
||||
process.exit(1);
|
||||
})
|
||||
.on("finish", () => {
|
||||
console.log("mocha finished, error is " + error ? "true" : "false");
|
||||
})
|
||||
// .on("error", () => {
|
||||
// console.error("An error occured while running mocha");
|
||||
// error = true;
|
||||
// process.exit(1);
|
||||
// })
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user