Skip to content

Commit

Permalink
Fix missing child_process/exec import
Browse files Browse the repository at this point in the history
  • Loading branch information
numtel committed Sep 25, 2024
1 parent f0da48f commit 55fc791
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "circuitscan-pipeline-runner",
"version": "0.0.3",
"version": "0.0.4",
"main": "index.js",
"type": "module",
"dependencies": {
Expand Down
2 changes: 2 additions & 0 deletions src/StatusReporter.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import {exec} from 'node:child_process';

import { uploadJsonToS3 } from '../index.js';

export async function delay(ms) {
Expand Down

0 comments on commit 55fc791

Please sign in to comment.