mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-24 18:58:54 +01:00
examples: Add warning for GopherJS building bug
This commit is contained in:
parent
2ccec18e3a
commit
d93d433514
@ -14,4 +14,9 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|||||||
See the License for the specific language governing permissions and
|
See the License for the specific language governing permissions and
|
||||||
limitations under the License.
|
limitations under the License.
|
||||||
-->
|
-->
|
||||||
|
<script>
|
||||||
|
var msg = 'If an inconsistent behavior is found, please try to clear $GOPATH/pkg/*_js directory.' +
|
||||||
|
' See also https://github.com/gopherjs/gopherjs/issues/440.';
|
||||||
|
console.warn(msg);
|
||||||
|
</script>
|
||||||
<script src="main.js"></script>
|
<script src="main.js"></script>
|
||||||
|
Loading…
Reference in New Issue
Block a user