mirror of
https://github.com/denoland/deno.git
synced 2025-01-07 06:46:59 -05:00
06b6352292
Regression in 1.45.0 caused by storing relative paths instead of absolute paths in the binary. Closes #24654
2 lines
61 B
TypeScript
2 lines
61 B
TypeScript
import { add } from "@denotest/add";
|
|
console.log(add(1, 2));
|