0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-03 09:31:22 -05:00

chore(cli): clean up unused number value (#18661)

This PR removes an accidentally declared number value.
This commit is contained in:
Geert-Jan Zwiers 2023-04-11 22:00:05 +02:00 committed by GitHub
parent e0bf8e6faf
commit 805214626f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -185,7 +185,7 @@ Deno.test({
},
});
/* Start of ported part */ 3;
/* Start of ported part */
// Copyright Joyent and Node contributors. All rights reserved. MIT license.
// Ported from Node 15.5.1