mirror of
https://github.com/denoland/deno.git
synced 2025-01-05 13:59:01 -05:00
chore(cli): clean up unused number value (#18661)
This PR removes an accidentally declared number value.
This commit is contained in:
parent
7ced470477
commit
dc1eb76235
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue