回答編集履歴
1
誤字修正
answer
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
> If the encoding option is specified then this function returns a string. Otherwise it returns a buffer.
|
4
4
|
|
5
|
-
syoshinshaさんのコードでは、文字列として取得した`output2`を`{"Content-Type":"image/png"}`として返却しているため不具合が起きて
|
5
|
+
syoshinshaさんのコードでは、文字列として取得した`output2`を`{"Content-Type":"image/png"}`として返却しているため不具合が起きているものと思われます。
|
6
6
|
|
7
7
|
以下のどちらかで対処できます。
|
8
8
|
|