We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f14fd2 commit f188c4aCopy full SHA for f188c4a
src/SDK/Language/Node.php
@@ -121,7 +121,7 @@ public function getParamExample(array $param)
121
$output .= '{}';
122
break;
123
case self::TYPE_FILE:
124
- $output .= "fs.createReadStream(__dirname + '/file.png'))";
+ $output .= "fs.createReadStream(__dirname + '/file.png')";
125
126
}
127
@@ -140,7 +140,7 @@ public function getParamExample(array $param)
140
$output .= "'{$example}'";
141
142
143
144
145
146
0 commit comments