Skip to content

Commit e670658

Browse files
log signal received
1 parent 98fbef9 commit e670658

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libraries/Executor.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ class Executor {
129129
fs.unwatchFile(errorLogFile)
130130

131131
if (signal) {
132-
this.logger.log('Exiting because the process received a signal.')
132+
this.logger.log('Exiting because the process received a signal:', signal)
133133

134134
if (getInternalEnvVariable('deleteDBAfterStopped') === 'true') {
135135
try {

0 commit comments

Comments
 (0)