Skip to content

Commit acf9fef

Browse files
committed
JSDoc
1 parent c436ee2 commit acf9fef

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/structures/Application.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,10 @@ export class Application {
138138
* Commit changes to a specific file inside your application folder
139139
*
140140
* - This action is irreversible.
141-
* - Tip: use `require('path').join(__dirname, 'fileName')` to get an absolute path.
141+
* - Tip: use this to get an absolute path.
142+
* ```ts
143+
* require('path').join(__dirname, 'fileName')
144+
* ```
142145
* - Tip2: use zip file to commit more than one file
143146
*
144147
* @param file - The absolute file path or a ReadStream

0 commit comments

Comments
 (0)