File tree Expand file tree Collapse file tree 9 files changed +0
-9
lines changed
serverless-offline-dynamodb-streams/src
serverless-offline-kinesis/src
serverless-offline-s3/src
serverless-offline-sqs/src
tests/serverless-plugins-integration Expand file tree Collapse file tree 9 files changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,6 @@ class ServerlessOfflineDynamodbStreams {
101
101
await Promise . all ( eventModules ) ;
102
102
103
103
if ( ! skipExit ) {
104
- // eslint-disable-next-line unicorn/no-process-exit
105
104
process . exit ( 0 ) ;
106
105
}
107
106
}
Original file line number Diff line number Diff line change @@ -99,7 +99,6 @@ class ServerlessOfflineKinesis {
99
99
await Promise . all ( eventModules ) ;
100
100
101
101
if ( ! skipExit ) {
102
- // eslint-disable-next-line unicorn/no-process-exit
103
102
process . exit ( 0 ) ;
104
103
}
105
104
}
Original file line number Diff line number Diff line change @@ -100,7 +100,6 @@ class ServerlessOfflineS3 {
100
100
await Promise . all ( eventModules ) ;
101
101
102
102
if ( ! skipExit ) {
103
- // eslint-disable-next-line unicorn/no-process-exit
104
103
process . exit ( 0 ) ;
105
104
}
106
105
}
Original file line number Diff line number Diff line change @@ -115,7 +115,6 @@ class ServerlessOfflineSQS {
115
115
await Promise . all ( eventModules ) ;
116
116
117
117
if ( ! skipExit ) {
118
- // eslint-disable-next-line unicorn/no-process-exit
119
118
process . exit ( 0 ) ;
120
119
}
121
120
}
Original file line number Diff line number Diff line change 1
- /* eslint-disable unicorn/no-process-exit */
2
1
const { Writable} = require ( 'stream' ) ;
3
2
const { spawn} = require ( 'child_process' ) ;
4
3
const onExit = require ( 'signal-exit' ) ;
Original file line number Diff line number Diff line change 1
- /* eslint-disable unicorn/no-process-exit */
2
1
const { Writable} = require ( 'stream' ) ;
3
2
const { spawn} = require ( 'child_process' ) ;
4
3
const onExit = require ( 'signal-exit' ) ;
Original file line number Diff line number Diff line change 1
- /* eslint-disable unicorn/no-process-exit */
2
1
const { Writable} = require ( 'stream' ) ;
3
2
const { spawn} = require ( 'child_process' ) ;
4
3
const onExit = require ( 'signal-exit' ) ;
Original file line number Diff line number Diff line change 1
- /* eslint-disable unicorn/no-process-exit */
2
1
const { Writable} = require ( 'stream' ) ;
3
2
const { spawn} = require ( 'child_process' ) ;
4
3
const onExit = require ( 'signal-exit' ) ;
Original file line number Diff line number Diff line change 1
- /* eslint-disable unicorn/no-process-exit */
2
1
const { Writable} = require ( 'stream' ) ;
3
2
const { spawn} = require ( 'child_process' ) ;
4
3
const onExit = require ( 'signal-exit' ) ;
You can’t perform that action at this time.
0 commit comments