1
0
Fork 0
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:
Geert-Jan Zwiers 2023-04-11 22:00:05 +02:00 committed by Levente Kurusa
parent 7ced470477
commit dc1eb76235

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