Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zefhemel committed Jan 12, 2025
1 parent 175dc5a commit 46ea579
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion common/space_lua/stdlib.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ import type {
LuaCollectionQuery,
LuaQueryCollection,
} from "$common/space_lua/query_collection.ts";
import { KV } from "@silverbulletmd/silverbullet/types";

const printFunction = new LuaBuiltinFunction(async (_sf, ...args) => {
console.log("[Lua]", ...(await Promise.all(args)));
Expand Down

0 comments on commit 46ea579

Please sign in to comment.