Skip to content

Commit bcf9cce

Browse files
readme
1 parent 1864d87 commit bcf9cce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# JStack
22

33
This library automatically transforms `haxe.CallStack.callStack()`, `haxe.CallStack.exceptionStack()` and uncaught exceptions where possible to make them point at Haxe sources instead of generated js or php files.
4-
The only supported targets are `js` and `php7`.
4+
The only supported targets are `js` and `php7` (as of 2017-02-24 you need latest development version of Haxe for php7 support).
55

66
Works only in debug mode or when `-D JSTACK_FORCE`.
77
Does not affect your app if compiled without `-debug` and `-D JSTACK_FORCE` flags or to unsupported target.

0 commit comments

Comments
 (0)