File case sensitivity...
This commit is contained in:
parent
31f1b4cb88
commit
b77ddadd7c
@ -31,7 +31,7 @@ import { plugPrefix } from "@silverbulletmd/common/spaces/constants";
|
|||||||
|
|
||||||
import sandboxSyscalls from "@plugos/plugos/syscalls/sandbox";
|
import sandboxSyscalls from "@plugos/plugos/syscalls/sandbox";
|
||||||
// @ts-ignore
|
// @ts-ignore
|
||||||
import settingsTemplate from "bundle-text:./SETTINGS_TEMPLATE.md";
|
import settingsTemplate from "bundle-text:./SETTINGS_template.md";
|
||||||
|
|
||||||
const globalModules: any = JSON.parse(
|
const globalModules: any = JSON.parse(
|
||||||
readFileSync(
|
readFileSync(
|
||||||
|
@ -61,7 +61,6 @@ export class SlashCommandHook implements Hook<SlashCommandHookT> {
|
|||||||
if (!prefix) {
|
if (!prefix) {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
console.log("Match", prefix);
|
|
||||||
let options: Completion[] = [];
|
let options: Completion[] = [];
|
||||||
|
|
||||||
// No slash commands in comment blocks (queries and such)
|
// No slash commands in comment blocks (queries and such)
|
||||||
|
Loading…
Reference in New Issue
Block a user