mirror of
https://github.com/denoland/deno.git
synced 2025-09-28 21:24:48 +00:00
chore(cli): clean up unused number value (#18661)
This PR removes an accidentally declared number value.
This commit is contained in:
parent
e0bf8e6faf
commit
805214626f
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.
|
// Copyright Joyent and Node contributors. All rights reserved. MIT license.
|
||||||
// Ported from Node 15.5.1
|
// Ported from Node 15.5.1
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue