Skip to content

Commit

Permalink
Add echo node
Browse files Browse the repository at this point in the history
git-svn-id: https://nekonme.googlecode.com/svn/trunk@1533 1509560c-5e2a-0410-865c-31c25e1cfdef
  • Loading branch information
hughsando committed Apr 21, 2012
1 parent 9a0a64b commit 80f7dff
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tools/command-line/src/installers/InstallerBase.hx
Original file line number Diff line number Diff line change
Expand Up @@ -1316,6 +1316,10 @@ class InstallerBase {
case "error":

error (substitute (element.att.value));

case "echo":

neko.Lib.println (substitute (element.att.value));

case "path":

Expand Down

0 comments on commit 80f7dff

Please sign in to comment.