Skip to content

Commit

Permalink
Add missing function to stop script import (#779)
Browse files Browse the repository at this point in the history
  • Loading branch information
lyonsil authored Feb 22, 2024
1 parent 7bb5219 commit f3254e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stop-processes.mjs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* eslint-disable no-console */
import { exec } from 'child_process';
import fkill from 'fkill';
import { indexOf, lastIndexOf } from 'platform-bible-utils';
import { indexOf, lastIndexOf, includes } from 'platform-bible-utils';

// All processes with any of these terms in the command line will be killed
const searchTerms = ['electronmon', 'esbuild', 'nodemon', 'vite', 'webpack', 'extension-host'];
Expand Down

0 comments on commit f3254e8

Please sign in to comment.