Fix agent behaviour
This commit is contained in:
parent
b4783d1007
commit
c69f84edf5
4 changed files with 16 additions and 3 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import type { FileSystemOperations } from "dist/types";
|
||||
import type { RelativePath } from "src/persistence/database";
|
||||
import type { FileSystemOperations } from "./filesystem-operations";
|
||||
|
||||
export class FileNotFoundError extends Error {
|
||||
public constructor(message: string) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue