Skip to content

Commit

Permalink
use single quote
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavohenke committed Dec 28, 2021
1 parent 2bd0de3 commit a9d9e8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion declarations/spawn-command.d.ts
@@ -1,5 +1,5 @@
declare module 'spawn-command' {
import { ChildProcess, SpawnOptions } from "child_process";
import { ChildProcess, SpawnOptions } from 'child_process';

function spawnCommand(command: string, options: SpawnOptions): ChildProcess;
export = spawnCommand;
Expand Down

0 comments on commit a9d9e8f

Please sign in to comment.