Skip to content

Commit 4e101cc

Browse files
authored
Update proposals/load_uploaded_files.json
1 parent aaf56ef commit 4e101cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proposals/load_uploaded_files.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
{
1212
"name": "paths",
1313
"description": "The files to read. Folders can't be specified, specify all files instead. An exception is thrown if a file can't be read.\n\nAs the workspace acts as an isolated root folder, the absolute path `/folder/file.txt` and relative paths `folder/file.txt` and `./folder/file.txt` are all equivalent. Likewise, specifying a path outside of the workspace results in a `FileNotFound` error.",
14-
1514
"schema": {
15+
1616
"type": "array",
1717
"subtype": "file-paths",
1818
"items": {

0 commit comments

Comments
 (0)