Skip to content

Commit fa74b7c

Browse files
committed
Add to doc
1 parent e091b8a commit fa74b7c

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ pause;
7272
## Helper commands:
7373
* getscriptpath (result) # Stores the full path of the current executed script in the result var
7474
* getscriptname (result) # Stores the full file name of the current executed script in the result var
75+
* debug (text content) # Prints a system debug message
7576
* textview (file) # Prints the text contents of the file to the standard output
7677
* random (start) (end) (result var) # Generates a random number within the range and stores it to the result var
7778
* sleep (milliseconds) # Pauses the main thread for N milliseconds

dnyAquaShell/main.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,6 @@ namespace ShellInterface {
185185
int argc;
186186
};
187187
std::vector<thread_func_s*> vThreadFuncs;
188-
HANDLE hThreadFuncHandler;
189188
DWORD WINAPI ThreadFuncHandler(LPVOID lpvReserved);
190189
bool AddThreadFunc(const std::wstring& wszName, std::vector<std::wstring> args)
191190
{

0 commit comments

Comments
 (0)