From de1a10e5f7afe793a66b2349642ea135fc066104 Mon Sep 17 00:00:00 2001 From: "Kevin (Kun) \"Kassimo\" Qian" Date: Wed, 6 Mar 2019 13:54:58 -0800 Subject: Reorganize version and platform into Deno.build and Deno.version (#1879) --- js/process_test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/process_test.ts') diff --git a/js/process_test.ts b/js/process_test.ts index 9603fb1c8..6613ff102 100644 --- a/js/process_test.ts +++ b/js/process_test.ts @@ -38,7 +38,7 @@ testPerm({ run: true }, async function runCommandFailedWithCode() { }); testPerm({ run: true }, async function runCommandFailedWithSignal() { - if (Deno.platform.os === "win") { + if (Deno.build.os === "win") { return; // No signals on windows. } const p = run({ -- cgit v1.2.3