Browse Source

fix(apidocs): correct ts import in watch script (#32533)

Josh Ferge 3 years ago
parent
commit
58c4d2fd54
1 changed files with 1 additions and 1 deletions
  1. 1 1
      api-docs/watch.ts

+ 1 - 1
api-docs/watch.ts

@@ -1,6 +1,6 @@
 /* eslint-env node */
 /* eslint import/no-nodejs-modules:0 no-console:0 */
-import spawn from 'child_process';
+import {spawn} from 'child_process';
 import {stderr, stdout} from 'process';
 
 import sane from 'sane';