This commit is contained in:
orosmatthew 2024-01-31 21:09:33 -05:00
commit 27b16f76a8

View File

@ -2,7 +2,7 @@ import * as fs from 'fs-extra';
import { join } from 'path';
import os = require('os');
import { spawn } from 'child_process';
import * as kill from 'tree-kill';
import kill = require('tree-kill');
export async function runCSharp(
srcDir: string,