Skip to content

Commit

Permalink
feat: Updated packages/node-dev/src/Build.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] authored Jan 4, 2024
1 parent 4afd12d commit 88f084c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/node-dev/src/Build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ export async function buildFiles (options?: IBuildOptions): Promise<string> {
process.on('exit', () => {
buildProcess.kill();
});
} catch (error) {
} catch (error: any) {
let errorMessage = error.message;

if (error.stdout !== undefined) {
Expand Down

0 comments on commit 88f084c

Please sign in to comment.