mirror of
https://github.com/typeorm/typeorm.git
synced 2025-12-08 21:26:23 +00:00
tests(sqljs): added explicit error code to fail the process
This commit is contained in:
parent
b1d240085e
commit
0dd7251eeb
@ -337,7 +337,8 @@ export class Gulpfile {
|
||||
grep: !!args.grep ? new RegExp(args.grep) : undefined,
|
||||
timeout: 15000
|
||||
}))
|
||||
.pipe(istanbul.writeReports());
|
||||
.pipe(istanbul.writeReports())
|
||||
.on('error', process.exit.bind(process, 1));
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user