Skip to content

Commit

Permalink
Minor improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
ptrdom committed May 15, 2022
1 parent 8196b31 commit d167f25
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
package scalajsbundler

import play.api.libs.json._
import play.api.libs.functional.syntax._
import sbt.Logger
import scala.math.max
import java.io.File
Expand Down Expand Up @@ -60,7 +59,7 @@ object Stats {
def format(): String = {
List(
moduleName.map("in "+_),
Some("Message: "+_),
Some("Message: "+message),
loc.map("Loc: "+_),
stack.map("Stack: "+_),
details.map("Details: "+_)
Expand Down

0 comments on commit d167f25

Please sign in to comment.