aboutsummaryrefslogtreecommitdiff
path: root/packages/bun-vscode/example/hello.js
diff options
context:
space:
mode:
authorGravatar Ashcon Partovi <ashcon@partovi.net> 2023-08-19 23:20:29 -0700
committerGravatar Ashcon Partovi <ashcon@partovi.net> 2023-08-24 20:11:20 -0700
commite1c00ebaaf4185099aaa461ce17220baa115ab94 (patch)
tree7d8e60625297c4a2c040a7246734af2322b0ef96 /packages/bun-vscode/example/hello.js
parent6313655c8e0d5bb0378029199fa329f3750f6ca6 (diff)
downloadbun-e1c00ebaaf4185099aaa461ce17220baa115ab94.tar.gz
bun-e1c00ebaaf4185099aaa461ce17220baa115ab94.tar.zst
bun-e1c00ebaaf4185099aaa461ce17220baa115ab94.zip
Check bun version if it fails
Diffstat (limited to 'packages/bun-vscode/example/hello.js')
-rw-r--r--packages/bun-vscode/example/hello.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/bun-vscode/example/hello.js b/packages/bun-vscode/example/hello.js
new file mode 100644
index 000000000..87951d835
--- /dev/null
+++ b/packages/bun-vscode/example/hello.js
@@ -0,0 +1 @@
+console.log("HELLO");