larsiusprime / polymod

Atomic modding framework for Haxe
MIT License
161 stars 62 forks source link

fix syntax error in string format #99

Closed approachcircle closed 2 years ago

approachcircle commented 2 years ago

library wouldn't compile due to the extra bracket that shouldn't be in this string

approachcircle commented 2 years ago

errors were: C:/HaxeToolkit/haxe/lib/polymod/1,4,2/polymod/Polymod.hx:483: characters 80-81 : Missing ; C:/HaxeToolkit/haxe/lib/polymod/1,4,2/polymod/Polymod.hx:483: characters 80-81 : For function argument 'message' C:/HaxeToolkit/haxe/lib/polymod/1,4,2/polymod/Polymod.hx:494: characters 82-83 : Missing ; C:/HaxeToolkit/haxe/lib/polymod/1,4,2/polymod/Polymod.hx:494: characters 82-83 : For function argument 'message'

approachcircle commented 2 years ago

going to open a new pull request which fixes all issues with the openfl backend, and the change this pr was supposed to merge will be in the new pr anyway