Merge branch 'main' of https://github.com/orosmatthew/bw-hspc-contest-env
This commit is contained in:
commit
27b16f76a8
@ -2,7 +2,7 @@ import * as fs from 'fs-extra';
|
|||||||
import { join } from 'path';
|
import { join } from 'path';
|
||||||
import os = require('os');
|
import os = require('os');
|
||||||
import { spawn } from 'child_process';
|
import { spawn } from 'child_process';
|
||||||
import * as kill from 'tree-kill';
|
import kill = require('tree-kill');
|
||||||
|
|
||||||
export async function runCSharp(
|
export async function runCSharp(
|
||||||
srcDir: string,
|
srcDir: string,
|
||||||
|
Loading…
Reference in New Issue
Block a user