Skip to content
This repository has been archived by the owner on Jul 2, 2020. It is now read-only.

Commit

Permalink
fix: support more than one invoke at same time (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
echosoar committed Mar 17, 2020
1 parent 7a80cec commit bf889ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/serverless-invoke/src/core.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ export abstract class InvokeCore implements IInvoke {
return;
}
}
lockMap[buildLogPath] = 'waiting';
ensureFileSync(buildLogPath);
writeFileSync(buildLogPath, `ts build at ${Date.now()}`);
// clean directory first
Expand Down

0 comments on commit bf889ab

Please sign in to comment.