We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d53a408 commit 5f551f5Copy full SHA for 5f551f5
src/renderer/src/libopencor/locApi.ts
@@ -7,7 +7,7 @@ import type { IWasmSedChangeAttribute, IWasmSedDocument } from './locSedApi.js';
7
export interface ICppLocApi {
8
// FileManager API.
9
10
- fileManagerUnmanage: (path: string) => void;
+ fileManagerUnmanage: (path: string) => void;
11
12
// File API.
13
0 commit comments