Skip to content

Commit

Permalink
Update ci-start-app.js
Browse files Browse the repository at this point in the history
  • Loading branch information
vincanger committed Mar 7, 2024
1 parent bbbbcbd commit c301d1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/ci-start-app.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import cp from 'child_process';
import readline from 'linebyline';
const cp = require('child_process');
const readline = require('linebyline');

function spawn(name, cmd, args, done) {
const spawnOptions = {
Expand Down

0 comments on commit c301d1f

Please sign in to comment.